From: Jonathan Lebon Date: Thu, 10 Nov 2016 17:56:37 +0000 (-0500) Subject: .redhat-ci.yml: no longer install libubsan & clang X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~43^2~22 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=4b7ab5167cbb14b7a925f361bb464affecd2fd5b;p=ostree.git .redhat-ci.yml: no longer install libubsan & clang Since they're now part of the auto-built image. Closes: #572 Approved by: cgwalters --- diff --git a/.redhat-ci.yml b/.redhat-ci.yml index 9994aa10..6c170be1 100644 --- a/.redhat-ci.yml +++ b/.redhat-ci.yml @@ -6,11 +6,6 @@ branches: container: image: projectatomic/ostree-tester -# XXX: we can wipe this off once a newer image is built with -# it already included -packages: - - libubsan - env: CFLAGS: '-fsanitize=undefined' @@ -36,10 +31,6 @@ artifacts: inherit: true -# XXX: ditto -packages: - - clang - context: Clang env: